| Conditions | 1 |
| Paths | 1 |
| Total Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | define(['d3-selection', 'd3-zoom', 'd3-drag', 'd3-force'], function (d3Selection, d3Zoom, d3Drag, d3Force) { |
||
| 2 | return Object.assign({}, d3Zoom, d3Drag, d3Force, d3Selection); |
||
| 3 | }); |
||
| 4 |